←Select platform

Set<T> Method

Summary

Sets the value of CCOW server config.

Syntax

C#
VB
C++
public static void Set<T>( 
   string name, 
   T value 
) 
Public Shared Function [Set](ByVal name As System.String, ByVal value As T) As System.Void 
public: static System.Void^  Set(System.String^  name, T^  identifier(value)) 

Parameters

name
Name of the config to set.

value
A config value of type T.

Type Parameters

T
Specifies the type of the value to set.

Requirements

Target Platforms

See Also

Reference

Config Class

Config Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow.Server Assembly